projects
/
gtk4.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d541aed
)
x11: Actually call the finished func when finishing
author
Benjamin Otte
<otte@redhat.com>
Wed, 1 Aug 2018 19:13:06 +0000
(21:13 +0200)
committer
Matthias Clasen
<mclasen@redhat.com>
Tue, 18 Jun 2019 19:53:18 +0000
(15:53 -0400)
Copy/paste madness was calling the status func...
gdk/x11/gdkdrop-x11.c
patch
|
blob
|
history
diff --git
a/gdk/x11/gdkdrop-x11.c
b/gdk/x11/gdkdrop-x11.c
index 7c8712c09f0e5f35904bc706d0a898df7609e7c9..b0d9457b3b41bd7f97705d45b88d640347817f39 100644
(file)
--- a/
gdk/x11/gdkdrop-x11.c
+++ b/
gdk/x11/gdkdrop-x11.c
@@
-821,7
+821,7
@@
gdk_x11_drop_finish (GdkDrop *drop,
if (gdk_drop_get_drag (drop))
{
- gdk_x11_drag_handle_
status
(display, &xev);
+ gdk_x11_drag_handle_
finished
(display, &xev);
}
else
{